Reorder includes.
authorrobertl <robertl>
Thu, 15 Aug 2002 05:26:51 +0000 (05:26 +0000)
committerrobertl <robertl>
Thu, 15 Aug 2002 05:26:51 +0000 (05:26 +0000)
geo.c
gpx.c

diff --git a/geo.c b/geo.c
index 5693aa45b84356ce30e461d995f4f72ebe585254..d81f0ac63fdd56bdea967a9b4f4655a342f40253 100644 (file)
--- a/geo.c
+++ b/geo.c
@@ -16,9 +16,8 @@
     Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111 USA
 
  */
-
-#include <expat.h>
 #include "defs.h"
+#include <expat.h>
 
 static int in_wpt;
 static int in_name;
diff --git a/gpx.c b/gpx.c
index 6ee4e2a36b5cd5e6bd63cc3eae01721fa7c75b1e..ff31881ffed11e876a80d122e3e7366e3ecf1cf3 100644 (file)
--- a/gpx.c
+++ b/gpx.c
@@ -19,8 +19,8 @@
 
  */
 
-#include <expat.h>
 #include "defs.h"
+#include <expat.h>
 
 static int in_wpt;
 static int in_rte;